From d58336b72657f54952b77a13a541a7b86079931d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 12 Feb 2016 15:25:42 +0100 Subject: [PATCH] release 0.0.16 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ed238d7..d9e8c6f 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ the news section both in the README and the webpage. --> +2016-02-12 babl-0.1.16
+Improvements to half float reference, SIMD, and fast-paths, and CIE float fast +paths; cleanups of fast path extensions. +
2015-11-19 babl-0.1.14
sRGB precision tuning, stability fixes, locale fix for setting error tolerance.
diff --git a/configure.ac b/configure.ac index aed1683..30b88d1 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [15]) +m4_define([babl_micro_version], [16]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) -- 2.30.2